home *** CD-ROM | disk | FTP | other *** search
/ Clickx 75 / Clickx 75.iso / software / expressionweb / expressionwebv3 / ExpressionWeb_en.exe / Setup / WeImp.cab / PsdImaging.dll / XML / TRANSFORMEFFECT.XML < prev    next >
Encoding:
Extensible Markup Language  |  2009-07-15  |  1.1 KB  |  27 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <effect label="Transform">
  3.   <description>
  4.     TransformEffect transforms its input using the matrix specified by the TransformMatrix property.
  5.     It supports all affine and perspective transformations.
  6.     Different interpolation methods can be selected with the InterpolationMode property.
  7.   </description>
  8.  
  9.   <property name="TransformMatrix" type="float[16]" default="1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1" label="Transform Matrix">
  10.   </property>
  11.   <property name="InterpolationMode" type="int" default="1" label="Interpolation Mode">
  12.     <choice>NearestNeighbor</choice>
  13.     <choice>Bilinear</choice>
  14.     <choice>Bicubic</choice>
  15.   </property>
  16.   <property name="ScaleMode" type="int" default="0" label="Scale Mode">
  17.     <choice>ApplyNoScale</choice>
  18.     <choice>ApplyScale</choice>
  19.     <choice>ApplyFineScale</choice>
  20.   </property>
  21.   <property name="TransformScaleDecompositionMode" type="int" default="1" label="Transform Scale Decomposition Mode">
  22.       <choice>NoDecomposeTransformScale</choice>
  23.       <choice>DecomposeTransformScale</choice>
  24.   </property>
  25.   <input index="0"/>
  26. </effect>
  27.